• API Documentation
  • i-net /// software
Search Results for

    Show / Hide Table of Contents
    • inetsoftware.Config
      • Configuration
      • ConfigurationManager
    • inetsoftware.Pdfc
      • PDFC
      • PDFComparer
    • inetsoftware.Pdfc.Config
      • DefaultProfileID
      • PDFCProperty
      • PDFCVisibility
    • inetsoftware.Pdfc.Error
      • ExceptionData
      • PresenterExceptionData
    • inetsoftware.Pdfc.Generator.Message
      • InfoData
    • inetsoftware.Pdfc.Generator.Model
      • ModificationType
      • ModificationType.Type
    • inetsoftware.Pdfc.Presenter
      • BasePresenter
      • ConsolePresenter
      • DifferencesPDFPresenter
      • DifferencesPNGPresenter
      • DifferencesPrintPresenter
      • ExportFilePresenter
      • ExportPresenter
      • JsonPresenter
      • ReportPDFPresenter
      • ReportPresenter
    • inetsoftware.Pdfc.Results
      • Diff
      • DiffGroups
      • ResultModel
    • inetsoftware.ProcessBridge
      • ProcessConfig
      • ProcessException
    • inetsoftware.ProcessBridge.Handler
      • BridgedObject
      • RefObject

    Class DifferencesPrintPresenter

    This presenter exports a graphical overview of the complete comparison to a printer. The visual representation is similar to the one of the i-net PDFC GUI.

    Inheritance
    object
    BridgedObject
    BasePresenter
    ExportPresenter
    DifferencesPrintPresenter
    Inherited Members
    ExportPresenter.PAINT_LEFT
    ExportPresenter.PAINT_RIGHT
    ExportPresenter.PAINT_BOTH
    ExportPresenter.SetBackgroundColor(int?)
    ExportPresenter.SetPaintOverlap(bool)
    ExportPresenter.SetOverlapAlpha(float)
    ExportPresenter.SetPaintSides(byte)
    BasePresenter.execute(ResultModel)
    BridgedObject.Equals(object)
    BridgedObject.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: inetsoftware.Pdfc.Presenter
    Assembly: inetsoftware.Pdfc.dll
    Syntax
    public class DifferencesPrintPresenter : ExportPresenter

    Constructors

    DifferencesPrintPresenter(IDictionary<string, string>)

    Create a new presenter. A list of possible keys can you find at: https://docs.oracle.com/javase/8/docs/api/javax/print/attribute/PrintRequestAttribute.html For example OrientationRequested=LANDSCAPE

    Declaration
    public DifferencesPrintPresenter(IDictionary<string, string> settings)
    Parameters
    Type Name Description
    IDictionary<string, string> settings

    The settings, empty for default

    In this article
    Back to top Copyright © - i-net /// software